home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TSETHEIGHTDLG / TSETHEIGHTDLG.txt
Text File  |  1999-10-16  |  3KB  |  140 lines

  1. object SetHeightDlg: TSetHeightDlg
  2.   Left = 233
  3.   Top = 227
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Height'
  6.   ClientHeight = 171
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 104
  20.     Top = 140
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 184
  30.     Top = 140
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 184
  40.     Top = 8
  41.     Width = 169
  42.     Height = 121
  43.     Caption = 'Action'
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 10
  47.       Top = 88
  48.       Width = 49
  49.       Height = 13
  50.       Caption = 'Difference'
  51.     end
  52.     object AddRadio: TRadioButton
  53.       Left = 8
  54.       Top = 48
  55.       Width = 113
  56.       Height = 17
  57.       Alignment = taLeftJustify
  58.       Caption = 'Add Height'
  59.       TabOrder = 0
  60.       OnClick = HeightRadioClick
  61.     end
  62.     object NullRadio: TRadioButton
  63.       Left = 8
  64.       Top = 32
  65.       Width = 113
  66.       Height = 17
  67.       Alignment = taLeftJustify
  68.       Caption = 'Set to Null'
  69.       TabOrder = 1
  70.       OnClick = HeightRadioClick
  71.     end
  72.     object SubtractRadio: TRadioButton
  73.       Left = 8
  74.       Top = 64
  75.       Width = 113
  76.       Height = 17
  77.       Alignment = taLeftJustify
  78.       Caption = 'Subtract Height'
  79.       TabOrder = 2
  80.       OnClick = HeightRadioClick
  81.     end
  82.     object HeightRadio: TRadioButton
  83.       Left = 8
  84.       Top = 16
  85.       Width = 113
  86.       Height = 17
  87.       Alignment = taLeftJustify
  88.       Caption = 'Set as Height'
  89.       Checked = True
  90.       TabOrder = 3
  91.       TabStop = True
  92.       OnClick = HeightRadioClick
  93.     end
  94.     object ActionHeight: TFloatEdit
  95.       Left = 96
  96.       Top = 83
  97.       Width = 65
  98.       Height = 21
  99.       TabOrder = 4
  100.       Text = '0.0'
  101.       Digits = 1
  102.       Max = 99999999.900000000000000000
  103.       ErrorMessage = '[No Text]'
  104.     end
  105.   end
  106.   object GroupBox2: TGroupBox
  107.     Left = 8
  108.     Top = 8
  109.     Width = 169
  110.     Height = 121
  111.     Caption = 'Height'
  112.     TabOrder = 3
  113.     object InfoLabel: TLabel
  114.       Left = 8
  115.       Top = 24
  116.       Width = 152
  117.       Height = 13
  118.       Caption = 'Grid Point 999,999 dummy string'
  119.     end
  120.     object HeightLabel: TLabel
  121.       Left = 8
  122.       Top = 48
  123.       Width = 31
  124.       Height = 13
  125.       Caption = 'Height'
  126.     end
  127.     object HeightEdit: TFloatEdit
  128.       Left = 88
  129.       Top = 43
  130.       Width = 73
  131.       Height = 21
  132.       TabOrder = 0
  133.       Text = '0.0'
  134.       Digits = 1
  135.       Max = 99999999.900000000000000000
  136.       ErrorMessage = '[No Text]'
  137.     end
  138.   end
  139. end
  140.